home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / VCLZip / kpdemosd.exe / Streams / Proj_16 / Demo.Zip / install.txt next >
Encoding:
Text File  |  1997-11-25  |  2.9 KB  |  69 lines

  1. Installation of the VCLZip components
  2.  
  3. Installation Directory Structure
  4.  
  5. C:\KpGb\VCLZip                  Zip Utility Example Source Code
  6.                \xx_DCUS    DCU's   for particular verion of Delphi
  7.                \xx_Proj         Project files for Zip Utility Demo
  8.                \Help            Help Files and Readme
  9.                \StrmDemo        Sream Zipping Example
  10.  
  11. Installation
  12.  
  13. The file you downloaded is a self extracting installation program.  It should 
  14. be named one of the following: 
  15.  
  16.   VCLZ2xxx.EXE   for the Delphi 2 version
  17.   VCLZ3xxx.EXE   for the Delphi 3 version 
  18.  
  19. The xxx denotes the current version. 
  20.  
  21. Double clicking on this file will initiate the installation program.  You will 
  22. be asked to enter the directory where the temporary installation files should 
  23. be copied to.  The default is the same directory as the installation file. 
  24. (After the installation you may wish to delete these files).
  25.  
  26. The installation installs VCLZip in the C:\KPGB\VCLZip directory. You may 
  27. specify a different directory, if desired. You will also be given the chance to 
  28. perform a custom installation.  If you choose custom installation  you may 
  29. decide whether to install 
  30.  
  31.    1. only the DCU's and HELP files.
  32.    2. only the Sample programs.
  33.  
  34. For instance if you have previously installed this component for a different 
  35. Delphi environment you may wish to skip the installation of the demo programs, 
  36. especially if you have modified the source code. 
  37.  
  38. The installation process also creates a new program group named VCLZip.  It 
  39. will contain the following:
  40.  
  41.    Help     (VCLZip's help file)
  42.    Readme   (Current Information about VCLZip)
  43.    Register (Information about how to register VCLZip - also available in the 
  44.              Help File)
  45.  
  46. Installing the Components
  47.  
  48. Install the VCLUnZip.DCU file using the Component|Install dialog box. It will 
  49. be added to the SAMPLES palatte.  If you have registered, install the 
  50. VCLUnZip.PAS file instead. 
  51.  
  52. Installing the Component's Help
  53.  
  54. Move the VCLZIP.HLP file from your component directory to your DELPHI\BIN 
  55. directory.  Move the VCLZIP.KWF file to your DELPHI\HELP directory.  Now 
  56. run the HELPINST.EXE (either double click from File Manager in the HELP 
  57. directory or from the icon in Program Manager.   Now, while in HELPINST, click 
  58. the open file toolbar button and find and select the DELPHI.HDX file in the 
  59. DELPHI\BIN directory.  Then click the '+' toolbar button and find and select 
  60. the VCLZIP.KWF file in the DELPHI\HELP directory.  This will add the 
  61. VCLZIP.KWF file to the listbox that you can see.  Now click the 'Save' 
  62. toolbar button and the VCLZIP help file will be registered with Delphi.  You 
  63. may now exit.
  64.  
  65. Installing the HELP files in this way will allow you to get context sensitive 
  66. help on each property and event by pressing F1 while a particular property or 
  67. event is selected in the Object Inspector. 
  68.  
  69.